home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 001066_sanders@bsdi.com _Fri May 7 20:23:55 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <sanders@bsdi.com>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA24213; Fri, 7 May 93 20:23:55 MET DST
  4. Errors-To: sanders@bsdi.com
  5. Received: from austin.BSDI.COM by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  6.     id AA16532; Fri, 7 May 1993 20:44:29 +0200
  7. Received: from localhost by austin.BSDI.COM (5.67/1.37)
  8.     id AA09263; Fri, 7 May 93 13:44:19 -0500
  9. Message-Id: <9305071844.AA09263@austin.BSDI.COM>
  10. To: www-talk@nxoc01.cern.ch
  11. Subject: Another click-on-an-image demo is available
  12. Errors-To: sanders@bsdi.com
  13. Reply-To: sanders@bsdi.com
  14. Organization: Berkeley Software Design, Inc.
  15. Date: Fri, 07 May 1993 13:44:19 -0500
  16. From: Tony Sanders <sanders@bsdi.com>
  17.  
  18. This one is a bit more practical than the astronaut.  It puts up a little
  19. book icon at the bottom of the page and you can use it to select UP,
  20. FORWARD, or BACK in the text.  To be fully functional (so it knows were
  21. you clicked on the icon) you need the xmosaic-1.0-image-hack patches
  22. available from the demo page.
  23.  
  24. I'm thinking about how to do auto-indexing because there is no point in
  25. doing this by hand (esp with my weird syntax for this).  It'll probably
  26. be database driven with an HTML+ interperter in the server that takes
  27. something like
  28. >>>INDEX_ME<<<
  29. in the document and sticks the index info there.  Any thoughts?  My
  30. next project towards this goal is file type mapping in &send_file;
  31. so it'll take foo.xxx and run it through a specified filter that
  32. converts it to html (for dumping databases, doing interpreted menus,
  33. and on the fly indexing).
  34.  
  35. The demo is at:
  36.  
  37. http://www.bsdi.com/demo/bookmark/index.html
  38.  
  39. The code is http://www.bsdi.com/server/bookmark.pl
  40. The image data is http://www.bsdi.com/images/bookmark/
  41.  
  42. I haven't documented this in the server docs yet.  I will before 1.1.
  43.  
  44. Enjoy!
  45.  
  46. --sanders@bsdi.com